home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts6-06
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Linker error - BC++
- Date: Sat, 09 Mar 96 20:33:28 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4hspv4$rsm@sam.inforamp.net>
- References: <4hmso9$64m@amgen.amgen.com>
- NNTP-Posting-Host: ts6-06.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4hmso9$64m@amgen.amgen.com>,
- Dennis Lynch <dennisl@amgen.com> wrote:
- >Linker error: undefined symbol OwlMain (int, char far * far *) in
- >library file c:\bc4\owlwi.lib in module winmain
-
- You need to tell the linker that you are not writing a OWL program. The
- linker is forcing you to link to the OWL library. Highlight the executable
- node in the project window. Right click. Take the target expert menu option.
- You'll see a OWL checkbox. Make certain it is not checked. Make certain
- your platform setting is correct to.
-
- Agrivar
-